home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #17 (1988-04-01)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #17 (1988-04-01)(Amiga User Gruppe Einzugsgebiet 4000).adf / DrunkenMouse / ReadMe < prev    next >
Text File  |  1996-12-24  |  2KB  |  81 lines

  1. /**********************************************************************/
  2.                          DRUNKEN  MOUSE
  3.                         By: Alex Livshits
  4.                            10-Jul-87
  5. /**********************************************************************/
  6.  
  7. IMPORTANT
  8. ---------
  9.     The following files are placed in Public Domain by the author:
  10.  
  11.         - DrunkenMouse              executable,
  12.         - DrunkenMouse.c            source,
  13.         - inputhandler.c            source,
  14.         - in.c                      source
  15.         - vblank.c                  source,
  16.         - DrunkenMouse.o            object,
  17.         - inputhandler.o            object,
  18.         - handlerinterface.o        object,
  19.         - in.o                      object,
  20.         - vblank.o                  object,
  21.         - link                      BLINK 'with' file
  22.         - ReadMe                    this file
  23.  
  24.     ON CONDITION that they are distributed all together and for
  25.     NON-COMMERCIAL purposes only.
  26.  
  27.  
  28. WHAT IT DOES
  29. ------------
  30.     Nothing usefull, but harmless.
  31.  
  32.     Use the sources as an example of different trics that can be
  33.     done with intuition pointer and input device.
  34.  
  35.  
  36. HOW IT WORKS
  37. ------------
  38.     With some scotch, I suppose..
  39.  
  40.  
  41. HOW TO USE IT
  42. -------------
  43.     Double-click to it's icon.
  44.  
  45.  
  46.  
  47. TO COMPILE
  48. ----------
  49.     You MUST use Lattice C (3.10 or 3.03) to compile DrunkenMouse.
  50.     I'm reasonably confident that it will NOT compile correctly with Manx C.
  51.  
  52.     The steps are:
  53.  
  54.         For all .c files:
  55.  
  56.            LC1 -ccws -oram: <file>
  57.            LC2 -v -oRAM: ram:<file>
  58.            copy ram:<file>.o to <file>.o
  59.  
  60.  
  61.         Assembly handlerinterface.asm
  62.  
  63.  
  64.         Link them all:
  65.  
  66.         BLINK with link
  67.         (link file included)
  68.  
  69.  
  70. CONTACT
  71. -------
  72.         Alex Livshits,
  73.         15 rue Durantin,
  74.         75018 Paris,
  75.         FRANCE
  76.  
  77.  
  78.         Enjoy!
  79.  
  80.  
  81.